TempData
|---Tiles
|        |--- depth_001cm
|        |         │   |--- 12/
|        |         │   │   |--- 2345/
|        |         │   │   │   |---> 1430.png [FILE]
|        |         │   │   │   |---> 1431.png [FILE]
|        |         │   │   │   |---> ...
|        |         │   │   |--- ...
|        |         │   |--- 13/
|        |         │   │   |--- ...
|        |         │   |---> metadata.json [FILE]       ← opzionale: bounds, min/max
|        |         │
|        |--- depth_002cm
|        |         |--- {z}/{x}/{y}.png [FILE]
|        |         |--- metadata.json [FILE]
|        |--- ...
|        |--- depth_NNNcm/
|        |         |--- {z}/{x}/{y}.png [FILE]
|        |         |--- metadata.json [FILE]
|        |---index_depths.json         ← lista delle profondità disponibili
|        │
|        |--- tiles_index.json          ← mappa globale: zoom/x/y disponibili per ogni depth
|        │
|        |--- bounds.geojson            ← poligono totale dei tile coperti (per Leaflet o debug)
|---Survey01
|        |
|        |--- Swath01
|        |        |
|        |        |--- VV
|        |        |     |---> header_file.json [FILE]
|        |        |     |---> subSwath_organized.json [FILE] (informazioni relative allo spacco della swath)
|        |        |     |---> Polygon_TotalArea.json [FILE]
|        |        |     |--- SubSwath01
|        |        |     |       |--- Data_default
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Data_current_filter
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Tomography_default
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Tomography_current_filter
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Georef
|        |        |     |       |       |---> Swath01_Sub01_Lat.npy [FILE]
|        |        |     |       |       |---> Swath01_Sub01_Lon.npy [FILE]
|        |        |     |       |---> Polygon_SubArea.json [FILE]
|        |        |     |--- SubSwath02
|        |        |     |       |--- Data_default
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Data_current_filter
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Tomography_default
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Tomography_current_filter
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Georef
|        |        |     |       |       |---> Swath01_Sub02_Lat.npy [FILE]
|        |        |     |       |       |---> Swath01_Sub02_Lon.npy [FILE]
|        |        |     |       |---> Polygon_SubArea.json [FILE]
|        |        |     |--- SubSwath...
|        |        |     |       |
|        |        |     |--- SubSwathNN
|        |        |     |       |--- Data_default
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Data_current_filter
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Tomography_default
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Tomography_current_filter
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Georef
|        |        |     |       |       |---> SwathNN_SubNN_Lat.npy [FILE]
|        |        |     |       |       |---> SwathNN_SubNN_Lon.npy [FILE]
|        |        |     |       |---> Polygon_SubArea.json [FILE]
|        |        |--- HH
|        |        |     |---> header_file.json [FILE]
|        |        |     |---> subSwath.json [FILE] (informazioni relative allo spacco della swath)
|        |        |     |---> Polygon_TotalArea.json [FILE]
|        |        |     |--- SubSwath01
|        |        |     |       |--- Data_default
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Data_current_filter
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Tomography_default
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Tomography_current_filter
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Georef
|        |        |     |       |       |---> Swath01_Sub01_Lat.npy [FILE]
|        |        |     |       |       |---> Swath01_Sub01_Lon.npy [FILE]
|        |        |     |       |---> Polygon_SubArea.json [FILE]
|        |        |     |--- SubSwath02
|        |        |     |       |--- Data_default
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Data_current_filter
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Tomography_default
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Tomography_current_filter
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Georef
|        |        |     |       |       |---> Swath01_Sub02_Lat.npy [FILE]
|        |        |     |       |       |---> Swath01_Sub02_Lon.npy [FILE]
|        |        |     |       |---> Polygon_SubArea.json [FILE]
|        |        |     |--- SubSwath...
|        |        |     |       |
|        |        |     |--- SubSwathNN
|        |        |     |       |--- Data_default
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Data_current_filter
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Tomography_default
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Tomography_current_filter
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Georef
|        |        |     |       |       |---> SwathNN_SubNN_Lat.npy [FILE]
|        |        |     |       |       |---> SwathNN_SubNN_Lon.npy [FILE]
|        |        |     |       |---> Polygon_SubArea.json [FILE]
|        |--- Swath02
|        |        |
|        |        |--- VV
|        |        |     |---> header_file.json [FILE]
|        |        |     |---> subSwath.json [FILE] (informazioni relative allo spacco della swath)
|        |        |     |---> Polygon_TotalArea.json [FILE]
|        |        |     |--- SubSwath01
|        |        |     |       |--- Data_default
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Data_current_filter
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Tomography_default
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Tomography_current_filter
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Georef
|        |        |     |       |       |---> Swath01_Sub01_Lat.npy [FILE]
|        |        |     |       |       |---> Swath01_Sub01_Lon.npy [FILE]
|        |        |     |       |---> Polygon_SubArea.json [FILE]
|        |        |     |--- SubSwath02
|        |        |     |       |--- Data_default
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Data_current_filter
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Tomography_default
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Tomography_current_filter
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Georef
|        |        |     |       |       |---> Swath01_Sub02_Lat.npy [FILE]
|        |        |     |       |       |---> Swath01_Sub02_Lon.npy [FILE]
|        |        |     |       |---> Polygon_SubArea.json [FILE]
|        |        |     |--- SubSwath...
|        |        |     |       |
|        |        |     |--- SubSwathNN
|        |        |     |       |--- Data_default
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Data_current_filter
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Tomography_default
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Tomography_current_filter
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Georef
|        |        |     |       |       |---> SwathNN_SubNN_Lat.npy [FILE]
|        |        |     |       |       |---> SwathNN_SubNN_Lon.npy [FILE]
|        |        |     |       |---> Polygon_SubArea.json [FILE]
|        |        |--- HH
|        |        |     |---> header_file.json [FILE]
|        |        |     |---> subSwath.json [FILE] (informazioni relative allo spacco della swath)
|        |        |     |---> Polygon_TotalArea.json [FILE]
|        |        |     |--- SubSwath01
|        |        |     |       |--- Data_default
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Data_current_filter
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Tomography_default
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Tomography_current_filter
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Georef
|        |        |     |       |       |---> Swath01_Sub01_Lat.npy [FILE]
|        |        |     |       |       |---> Swath01_Sub01_Lon.npy [FILE]
|        |        |     |       |---> Polygon_SubArea.json [FILE]
|        |        |     |--- SubSwath02
|        |        |     |       |--- Data_default
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Data_current_filter
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Tomography_default
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Tomography_current_filter
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Georef
|        |        |     |       |       |---> Swath01_Sub02_Lat.npy [FILE]
|        |        |     |       |       |---> Swath01_Sub02_Lon.npy [FILE]
|        |        |     |       |---> Polygon_SubArea.json [FILE]
|        |        |     |--- SubSwath...
|        |        |     |       |
|        |        |     |--- SubSwathNN
|        |        |     |       |--- Data_default
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Data_current_filter
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Tomography_default
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Tomography_current_filter
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Georef
|        |        |     |       |       |---> SwathNN_SubNN_Lat.npy [FILE]
|        |        |     |       |       |---> SwathNN_SubNN_Lon.npy [FILE]
|        |        |     |       |---> Polygon_SubArea.json [FILE]
|        |--- Swath03
|        |        |
|        |        |--- VV
|        |        |     |---> header_file.json [FILE]
|        |        |     |---> subSwath.json [FILE] (informazioni relative allo spacco della swath)
|        |        |     |---> Polygon_TotalArea.json [FILE]
|        |        |     |--- SubSwath01
|        |        |     |       |--- Data_default
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Data_current_filter
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Tomography_default
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Tomography_current_filter
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Georef
|        |        |     |       |       |---> Swath01_Sub01_Lat.npy [FILE]
|        |        |     |       |       |---> Swath01_Sub01_Lon.npy [FILE]
|        |        |     |       |---> Polygon_SubArea.json [FILE]
|        |        |     |--- SubSwath02
|        |        |     |       |--- Data_default
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Data_current_filter
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Tomography_default
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Tomography_current_filter
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Georef
|        |        |     |       |       |---> Swath01_Sub02_Lat.npy [FILE]
|        |        |     |       |       |---> Swath01_Sub02_Lon.npy [FILE]
|        |        |     |       |---> Polygon_SubArea.json [FILE]
|        |        |     |--- SubSwath...
|        |        |     |       |
|        |        |     |--- SubSwathNN
|        |        |     |       |--- Data_default
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Data_current_filter
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Tomography_default
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Tomography_current_filter
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Georef
|        |        |     |       |       |---> SwathNN_SubNN_Lat.npy [FILE]
|        |        |     |       |       |---> SwathNN_SubNN_Lon.npy [FILE]
|        |        |     |       |---> Polygon_SubArea.json [FILE]
|        |        |--- HH
|        |        |     |---> header_file.json [FILE]
|        |        |     |---> subSwath.json [FILE] (informazioni relative allo spacco della swath)
|        |        |     |---> Polygon_TotalArea.json [FILE]
|        |        |     |--- SubSwath01
|        |        |     |       |--- Data_default
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Data_current_filter
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Tomography_default
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Tomography_current_filter
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Georef
|        |        |     |       |       |---> Swath01_Sub01_Lat.npy [FILE]
|        |        |     |       |       |---> Swath01_Sub01_Lon.npy [FILE]
|        |        |     |       |---> Polygon_SubArea.json [FILE]
|        |        |     |--- SubSwath02
|        |        |     |       |--- Data_default
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Data_current_filter
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Tomography_default
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Tomography_current_filter
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Georef
|        |        |     |       |       |---> Swath01_Sub02_Lat.npy [FILE]
|        |        |     |       |       |---> Swath01_Sub02_Lon.npy [FILE]
|        |        |     |       |---> Polygon_SubArea.json [FILE]
|        |        |     |--- SubSwath...
|        |        |     |       |
|        |        |     |--- SubSwathNN
|        |        |     |       |--- Data_default
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Data_current_filter
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Tomography_default
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Tomography_current_filter
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Georef
|        |        |     |       |       |---> SwathNN_SubNN_Lat.npy [FILE]
|        |        |     |       |       |---> SwathNN_SubNN_Lon.npy [FILE]
|        |        |     |       |---> Polygon_SubArea.json [FILE]
|        |--- Swath04
|        |    ...
|---Survey02
|        |
|        |--- Swath01
|        |        |
|        |        |--- VV
|        |        |     |---> header_file.json [FILE]
|        |        |     |---> subSwath.json [FILE] (informazioni relative allo spacco della swath)
|        |        |     |---> Polygon_TotalArea.json [FILE]
|        |        |     |--- SubSwath01
|        |        |     |       |--- Data_default
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Data_current_filter
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Tomography_default
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Tomography_current_filter
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Georef
|        |        |     |       |       |---> Swath01_Sub01_Lat.npy [FILE]
|        |        |     |       |       |---> Swath01_Sub01_Lon.npy [FILE]
|        |        |     |       |---> Polygon_SubArea.json [FILE]
|        |        |     |--- SubSwath02
|        |        |     |       |--- Data_default
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Data_current_filter
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Tomography_default
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Tomography_current_filter
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Georef
|        |        |     |       |       |---> Swath01_Sub02_Lat.npy [FILE]
|        |        |     |       |       |---> Swath01_Sub02_Lon.npy [FILE]
|        |        |     |       |---> Polygon_SubArea.json [FILE]
|        |        |     |--- SubSwath...
|        |        |     |       |
|        |        |     |--- SubSwathNN
|        |        |     |       |--- Data_default
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Data_current_filter
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Tomography_default
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Tomography_current_filter
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Georef
|        |        |     |       |       |---> SwathNN_SubNN_Lat.npy [FILE]
|        |        |     |       |       |---> SwathNN_SubNN_Lon.npy [FILE]
|        |        |     |       |---> Polygon_SubArea.json [FILE]
|        |        |--- HH
|        |        |     |---> header_file.json [FILE]
|        |        |     |---> subSwath.json [FILE] (informazioni relative allo spacco della swath)
|        |        |     |---> Polygon_TotalArea.json [FILE]
|        |        |     |--- SubSwath01
|        |        |     |       |--- Data_default
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Data_current_filter
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Tomography_default
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Tomography_current_filter
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Georef
|        |        |     |       |       |---> Swath01_Sub01_Lat.npy [FILE]
|        |        |     |       |       |---> Swath01_Sub01_Lon.npy [FILE]
|        |        |     |       |---> Polygon_SubArea.json [FILE]
|        |        |     |--- SubSwath02
|        |        |     |       |--- Data_default
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Data_current_filter
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Tomography_default
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Tomography_current_filter
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Georef
|        |        |     |       |       |---> Swath01_Sub02_Lat.npy [FILE]
|        |        |     |       |       |---> Swath01_Sub02_Lon.npy [FILE]
|        |        |     |       |---> Polygon_SubArea.json [FILE]
|        |        |     |--- SubSwath...
|        |        |     |       |
|        |        |     |--- SubSwathNN
|        |        |     |       |--- Data_default
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Data_current_filter
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Tomography_default
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Tomography_current_filter
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Georef
|        |        |     |       |       |---> SwathNN_SubNN_Lat.npy [FILE]
|        |        |     |       |       |---> SwathNN_SubNN_Lon.npy [FILE]
|        |        |     |       |---> Polygon_SubArea.json [FILE]
|        |--- Swath02
|        |        |
|        |        |--- VV
|        |        |     |---> header_file.json [FILE]
|        |        |     |---> subSwath.json [FILE] (informazioni relative allo spacco della swath)
|        |        |     |---> Polygon_TotalArea.json [FILE]
|        |        |     |--- SubSwath01
|        |        |     |       |--- Data_default
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Data_current_filter
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Tomography_default
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Tomography_current_filter
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Georef
|        |        |     |       |       |---> Swath01_Sub01_Lat.npy [FILE]
|        |        |     |       |       |---> Swath01_Sub01_Lon.npy [FILE]
|        |        |     |       |---> Polygon_SubArea.json [FILE]
|        |        |     |--- SubSwath02
|        |        |     |       |--- Data_default
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Data_current_filter
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Tomography_default
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Tomography_current_filter
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Georef
|        |        |     |       |       |---> Swath01_Sub02_Lat.npy [FILE]
|        |        |     |       |       |---> Swath01_Sub02_Lon.npy [FILE]
|        |        |     |       |---> Polygon_SubArea.json [FILE]
|        |        |     |--- SubSwath...
|        |        |     |       |
|        |        |     |--- SubSwathNN
|        |        |     |       |--- Data_default
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Data_current_filter
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Tomography_default
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Tomography_current_filter
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Georef
|        |        |     |       |       |---> SwathNN_SubNN_Lat.npy [FILE]
|        |        |     |       |       |---> SwathNN_SubNN_Lon.npy [FILE]
|        |        |     |       |---> Polygon_SubArea.json [FILE]
|        |        |--- HH
|        |        |     |---> header_file.json [FILE]
|        |        |     |---> subSwath.json [FILE] (informazioni relative allo spacco della swath)
|        |        |     |---> Polygon_TotalArea.json [FILE]
|        |        |     |--- SubSwath01
|        |        |     |       |--- Data_default
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Data_current_filter
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Tomography_default
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Tomography_current_filter
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Georef
|        |        |     |       |       |---> Swath01_Sub01_Lat.npy [FILE]
|        |        |     |       |       |---> Swath01_Sub01_Lon.npy [FILE]
|        |        |     |       |---> Polygon_SubArea.json [FILE]
|        |        |     |--- SubSwath02
|        |        |     |       |--- Data_default
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Data_current_filter
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Tomography_default
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Tomography_current_filter
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Georef
|        |        |     |       |       |---> Swath01_Sub02_Lat.npy [FILE]
|        |        |     |       |       |---> Swath01_Sub02_Lon.npy [FILE]
|        |        |     |       |---> Polygon_SubArea.json [FILE]
|        |        |     |--- SubSwath...
|        |        |     |       |
|        |        |     |--- SubSwathNN
|        |        |     |       |--- Data_default
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Data_current_filter
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Tomography_default
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Tomography_current_filter
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Georef
|        |        |     |       |       |---> SwathNN_SubNN_Lat.npy [FILE]
|        |        |     |       |       |---> SwathNN_SubNN_Lon.npy [FILE]
|        |        |     |       |---> Polygon_SubArea.json [FILE]
|        |--- Swath03
|        |        |
|        |        |--- VV
|        |        |     |---> header_file.json [FILE]
|        |        |     |---> subSwath.json [FILE] (informazioni relative allo spacco della swath)
|        |        |     |---> Polygon_TotalArea.json [FILE]
|        |        |     |--- SubSwath01
|        |        |     |       |--- Data_default
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Data_current_filter
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Tomography_default
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Tomography_current_filter
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Georef
|        |        |     |       |       |---> Swath01_Sub01_Lat.npy [FILE]
|        |        |     |       |       |---> Swath01_Sub01_Lon.npy [FILE]
|        |        |     |       |---> Polygon_SubArea.json [FILE]
|        |        |     |--- SubSwath02
|        |        |     |       |--- Data_default
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Data_current_filter
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Tomography_default
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Tomography_current_filter
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Georef
|        |        |     |       |       |---> Swath01_Sub02_Lat.npy [FILE]
|        |        |     |       |       |---> Swath01_Sub02_Lon.npy [FILE]
|        |        |     |       |---> Polygon_SubArea.json [FILE]
|        |        |     |--- SubSwath...
|        |        |     |       |
|        |        |     |--- SubSwathNN
|        |        |     |       |--- Data_default
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Data_current_filter
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Tomography_default
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Tomography_current_filter
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Georef
|        |        |     |       |       |---> SwathNN_SubNN_Lat.npy [FILE]
|        |        |     |       |       |---> SwathNN_SubNN_Lon.npy [FILE]
|        |        |     |       |---> Polygon_SubArea.json [FILE]
|        |        |--- HH
|        |        |     |---> header_file.json [FILE]
|        |        |     |---> subSwath.json [FILE] (informazioni relative allo spacco della swath)
|        |        |     |---> Polygon_TotalArea.json [FILE]
|        |        |     |--- SubSwath01
|        |        |     |       |--- Data_default
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Data_current_filter
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Tomography_default
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Tomography_current_filter
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Georef
|        |        |     |       |       |---> Swath01_Sub01_Lat.npy [FILE]
|        |        |     |       |       |---> Swath01_Sub01_Lon.npy [FILE]
|        |        |     |       |---> Polygon_SubArea.json [FILE]
|        |        |     |--- SubSwath02
|        |        |     |       |--- Data_default
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Data_current_filter
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Tomography_default
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Tomography_current_filter
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Georef
|        |        |     |       |       |---> Swath01_Sub02_Lat.npy [FILE]
|        |        |     |       |       |---> Swath01_Sub02_Lon.npy [FILE]
|        |        |     |       |---> Polygon_SubArea.json [FILE]
|        |        |     |--- SubSwath...
|        |        |     |       |
|        |        |     |--- SubSwathNN
|        |        |     |       |--- Data_default
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Data_current_filter
|        |        |     |       |       |---> channel_01.npy [FILE]
|        |        |     |       |       |---> channel_02.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> channel_NN.npy [FILE]
|        |        |     |       |--- Tomography_default
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Tomography_current_filter
|        |        |     |       |       |---> depth_001cm.npy [FILE]
|        |        |     |       |       |---> depth_002cm.npy [FILE]
|        |        |     |       |       |---> ...
|        |        |     |       |       |---> depth_NNNcm.npy [FILE]
|        |        |     |       |--- Georef
|        |        |     |       |       |---> SwathNN_SubNN_Lat.npy [FILE]
|        |        |     |       |       |---> SwathNN_SubNN_Lon.npy [FILE]
|        |        |     |       |---> Polygon_SubArea.json [FILE]
|        |--- Swath04
|        |    ...
|---Survey03
|   ...